Release 10.1A: OpenEdge Data Management:
DataServer for ORACLE
Connecting a schema holder at startup
OpenEdge supports connection parameters that you can use to connect the OpenEdge schema holder and the ORACLE database. These parameters control how your system connects to a database. When the OpenEdge DataServer for ORACLE runs in a remote configuration, your startup command or parameter file must include parameters that control networking options.
Table 6–2 describes the connection parameters that relate to the remote DataServer and networking options.
The following command starts OpenEdge for Windows:
You can use the previous command to start OpenEdge for Windows in the following situations:
Table 6–3 describes the parameters required for connecting to a schema holder and an ORACLE database.
You can create a parameter file with the required parameters for each database. You can add more startup parameters than the ones listed—these are just the required parameters. For information on how to create a parameter file, see OpenEdge Deployment: Startup Command and Parameter Reference .
The following example commands demonstrate how to start DataServer clients that connect to the schema holder and ORACLE database at startup.
Remote DataServer — Windows client
In this example, the schema holder’s physical name is
oholder; it is read-only; the ORACLE database’s logical name isorademo; the host name ishost1; the service name isoserviceA; the user ID isscott; the password istiger. This configuration assumes you started the remote DataServer broker using the command line interface:
Remote DataServer via NameServer — Windows client
The following attributes pertain to the code presented in the example presented in this section:
- The schema holder’s physical name is
oholderand it is read-only.- The ORACLE database’s logical name is
orademo.- The user ID is
scott.- The password is
tiger.- The host where the NameServer is running is
nshost.- The service is port number 5162, the default port of the Name Server.
- The
-Dsrvswitch indicates this connection is using a NameServer.- The DataService is
orabroker1.
Local DataServer — Windows
In this example, the schema holder’s physical name is
oholder; it is read-only; the ORACLE database’s logical name isorademo; the user ID isscott; and the password istiger:
The DataServer is local so there is no need for host and service parameters.
Remote DataServer — UNIX Client
In this example, the schema holder’s physical name is
oholder; it is read-only; the ORACLE database’s logical name isorademo; the remote DataServer host ishost1; the service name for the DataServer broker isoserviceA; the user ID isscott; and the password istiger.This configuration assumes you started the remote DataServer broker using the command line interface, as shown:
Local DataServer — UNIX
In this example, the schema holder’s physical name is
oholder; it is read-only; the ORACLE database’s logical name isorademo; the user ID isscott; and the password istiger:
The DataServer is local, so there is no need for host and service parameters.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |